runtime.mheap.reclaimIndex (field)
5 uses
runtime (current package)
mgc.go#L1465: mheap_.reclaimIndex.Store(0)
mheap.go#L126: reclaimIndex atomic.Uint64
mheap.go#L739: if h.reclaimIndex.Load() >= 1<<63 {
mheap.go#L769: idx := uintptr(h.reclaimIndex.Add(pagesPerReclaimerChunk) - pagesPerReclaimerChunk)
mheap.go#L772: h.reclaimIndex.Store(1 << 63)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)